MockFS_Node::is_file PHP Method

is_file() public method

public is_file ( )
    function is_file()
    {
        return $this->type == 'f';
    }