MockFS_Node::is_dir PHP Méthode

is_dir() public méthode

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