Interface ElementInterface¶
Interface \Klitsche\Dog\Elements\ElementInterface
Methods¶
getElementType()¶
public getElementType ( ): string
- Returns
stringType of element
getId()¶
public getId ( ): string
- Returns
stringId of element
getName()¶
public getName ( ): string|null
- Returns
string|nullName of element
getOwner()¶
public getOwner ( ): $this|null
- Returns
$this|nullThe owning element
getFile()¶
public getFile ( ): \Klitsche\Dog\Elements\File
- Returns
\Klitsche\Dog\Elements\FileThe file containing the element