ValidForm Builder API Documentation

ClassDynamic
in package

ClassDynamic Class

This class creates a magic get, set and call method. It is extended by all ValidForm Builder classes.

Tags
author

Felix Langfeldt [email protected]

author

Robin van Baalen [email protected]

version
5.3.0

CHANGELOG

  • Removed all 'echo'-s and replaced them with throw new BadMethodCallException

Table of Contents

Methods

__call()  : mixed
Magic caller method
__get()  : mixed
Magic getter method
__set()  : mixed
Magic setter method

Methods

__call()

Magic caller method

public __call(string $method, mixed $values) : mixed
Parameters
$method : string
$values : mixed
Tags
throws
BadMethodCallException

__get()

Magic getter method

public __get(string $property) : mixed
Parameters
$property : string
Tags
throws
BadMethodCallException

__set()

Magic setter method

public __set(string $property, mixed $value) : mixed
Parameters
$property : string
$value : mixed
Tags
throws
BadMethodCallException

        
On this page

Search results