Instagram\Util\CustomJsonMapper::isNullable PHP Méthode

isNullable() protected méthode

Allow null values for everything.
protected isNullable ( string $type ) : boolean
$type string
Résultat boolean
    protected function isNullable($type)
    {
        return true;
    }
CustomJsonMapper