Gc\Datatype\Collection::getDatatypes PHP Method

getDatatypes() public method

Get datatypes
public getDatatypes ( ) : array
return array
    public function getDatatypes()
    {
        return $this->datatypes;
    }

Usage Example

Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetDatatypes()
 {
     $this->assertInternalType('array', $this->object->getDatatypes());
 }
All Usage Examples Of Gc\Datatype\Collection::getDatatypes