*/ interface RecordCollectionInterface extends CollectionInterface, NameableCollectionInterface { /** * Setter for the name of the data-source table * * @param string $tableName */ public function setItemTableName($tableName); /** * Setter for the name of the data-source table * * @return string */ public function getItemTableName(); }