get() public method

Get data
public get ( string $identifier ) : string
$identifier string Identifier
return string
Esempio n. 1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetDataShouldReturnValue()
 {
     $this->assertInternalType('string', $this->object->get('debug_is_active'));
 }