PHP Class Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\Post

显示文件 Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$author User
$category string
$name string
$private boolean
$subCategory string
$tags Collection

Public Methods

Method Description
__construct ( )
addTag ( Tag $tag )
getAuthor ( ) : User
getCategory ( ) : string
getHasCategory ( ) : string
getName ( ) : string
getPrivate ( ) : boolean
getSubCategory ( ) : string
getTags ( ) : Collection
isPrivate ( ) : boolean
setAuthor ( User $author ) : void
setCategory ( string $category )
setName ( string $name )
setPrivate ( boolean $private )
setSubCategory ( string $subCategory )
setTags ( Collection $tags )

Method Details

__construct() public method

public __construct ( )

addTag() public method

public addTag ( Tag $tag )
$tag Tag

getAuthor() public method

public getAuthor ( ) : User
return User

getCategory() public method

public getCategory ( ) : string
return string

getHasCategory() public method

public getHasCategory ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getPrivate() public method

public getPrivate ( ) : boolean
return boolean

getSubCategory() public method

public getSubCategory ( ) : string
return string

getTags() public method

public getTags ( ) : Collection
return Collection

isPrivate() public method

public isPrivate ( ) : boolean
return boolean

setAuthor() public method

public setAuthor ( User $author ) : void
$author User
return void

setCategory() public method

public setCategory ( string $category )
$category string

setName() public method

public setName ( string $name )
$name string

setPrivate() public method

public setPrivate ( boolean $private )
$private boolean

setSubCategory() public method

public setSubCategory ( string $subCategory )
$subCategory string

setTags() public method

public setTags ( Collection $tags )
$tags Collection

Property Details

$author protected_oe property

protected User,Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model $author
return User

$category protected_oe property

protected string $category
return string

$name protected_oe property

protected string $name
return string

$private protected_oe property

protected bool $private
return boolean

$subCategory protected_oe property

protected string $subCategory
return string

$tags protected_oe property

protected Collection $tags
return Collection