init() public method

Initialize datatype collection
public init ( ) : void
return void
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testInit()
 {
     $this->object->init();
     $this->assertInternalType('array', $this->object->getDatatypes());
 }