Neos\Neos\Ui\Domain\Service\NodePropertyConversionService::convertInteger PHP Méthode

convertInteger() protected méthode

Convert raw value to integer
protected convertInteger ( mixed $rawValue ) : integer
$rawValue mixed
Résultat integer
    protected function convertInteger($rawValue)
    {
        return (int) $rawValue;
    }