Gc\Datatype\Collection::getDatatypes PHP 메소드

getDatatypes() 공개 메소드

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

Usage Example

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