getProperties() public method

Return properties
public getProperties ( ) : array
return array
コード例 #1
0
ファイル: ModelTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetProperties()
 {
     $this->assertInternalType('array', $this->object->getProperties());
 }