Neos\Eel\Helper\TypeHelper::getType PHP Метод

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

Get the variable type
См. также: typeof()
public getType ( mixed $variable ) : string
$variable mixed
Результат string
    public function getType($variable)
    {
        return $this->typeof($variable);
    }