コード例 #1
0
 protected function getAttributeKeys()
 {
     return array_merge(array('INTERVAL'), parent::getAttributeKeys());
 }
コード例 #2
0
ファイル: FileLog.php プロジェクト: GrumpyKater/grumpyFhem
 protected function getAttributeKeys()
 {
     return array_merge(parent::getAttributeKeys(), array('logtype'));
 }