Instagram\Util\CustomJsonMapper::isNullable PHP 메소드

isNullable() 보호된 메소드

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