MockFS_Node::is_dir PHP Метод

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

public is_dir ( )
    function is_dir()
    {
        return $this->type == 'd';
    }