get() public method

Get data
public get ( string $identifier ) : string
$identifier string Identifier
return string
コード例 #1
0
ファイル: ConfigTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetDataShouldReturnValue()
 {
     $this->assertInternalType('string', $this->object->get('debug_is_active'));
 }