PHP Class Craft\Neo_BlockTypeModel

Inheritance: extends craft\BaseModel
Datei anzeigen Open project: benjamminf/craft-neo

Public Properties

Property Type Description
$hasFieldErrors Public properties

Public Methods

Method Description
__toString ( ) Public methods
behaviors ( )
isNew ( ) : boolean Determine if the block is not already saved in the database.

Protected Methods

Method Description
defineAttributes ( ) Protected methods

Method Details

__toString() public method

Public methods
public __toString ( )

behaviors() public method

public behaviors ( )

defineAttributes() protected method

Protected methods
protected defineAttributes ( )

isNew() public method

Determine if the block is not already saved in the database.
public isNew ( ) : boolean
return boolean

Property Details

$hasFieldErrors public_oe property

Public properties
public $hasFieldErrors