A book.
@package PHPUnit @author Bernhard Schussek <bschussek@2bepublished.at> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link http://www.phpunit.de/ @since Class available since Release 3.6.0
Expanded class hierarchy of Book
class Book {
// the order of properties is important for testing the cycle!
public $author = NULL;
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Book:: |
public | property |