Skip to content

Interface ElementInterface

Interface \Klitsche\Dog\Elements\ElementInterface

Methods

getElementType()

public getElementType (  ): string
Returns
string Type of element

getId()

public getId (  ): string
Returns
string Id of element

getName()

public getName (  ): string|null
Returns
string|null Name of element

getOwner()

public getOwner (  ): $this|null
Returns
$this|null The owning element

getFile()

public getFile (  ): \Klitsche\Dog\Elements\File
Returns
\Klitsche\Dog\Elements\File The file containing the element

Implemented by