Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
getFields() method
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Mar 13, 2016
1 parent 5200764 commit 900ef3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Entity/EntityConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ public function getDescription() : string
return (isset($this->description)) ? $this->description : '';
}

/**
* Get entity fields
*
* @return \Zend\Config\Config
*/
public function getFields() : Config
{
return $this->fields;
}

/**
* Get entity name
*
Expand Down

0 comments on commit 900ef3e

Please sign in to comment.