set() public method

Set data
public set ( string $identifier, string $value ) : boolean
$identifier string Identifier
$value string Value
return boolean
Esempio n. 1
0
 /**
  * Test
  *
  * @return void
  */
 public function testSetDataMustReturnInteger()
 {
     $this->assertInternalType('integer', $this->object->set('debug_is_active', '1'));
 }