MockFS_Node::is_dir PHP 메소드

is_dir() 공개 메소드

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