MockFS_Node::is_dir PHP Method

is_dir() public method

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