App\Libraries\WatchRecord\WatchRecord::isDirectory PHP Method

isDirectory() public method

Determine if the object is a directory.
public isDirectory ( ) : boolean
return boolean
    public function isDirectory()
    {
        return true;
    }