type() публичный Метод

Get the type.
public type ( ) : string
Результат string
Пример #1
0
 public function testGetsType()
 {
     $bytes = new Bytes($this->value);
     $this->assertEquals('BYTES', $bytes->type());
 }