Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection of Features #1

Open
tristanlins opened this issue Apr 17, 2013 · 1 comment
Open

Collection of Features #1

tristanlins opened this issue Apr 17, 2013 · 1 comment

Comments

@tristanlins
Copy link
Contributor

Please do not discuss the features in this issue, use a separate issue and reference this one.

@ghost ghost assigned tristanlins Apr 17, 2013
@tristanlins
Copy link
Contributor Author

Resolve files:

interface Compat {
    /**
     * Resolve a file source and return the pathname.
     *
     * @param string|int|FilesModel $file
     *     The file source.
     * @param string $fallback
     *     If not *null* Test if the file really exists in the filesystem and if not, return $fallback.
     *     $fallback = false means, check for existence and return *false* if file not exists.
     *
     * @return string The pathname to the file.
     */
    public function resolveFile($file, $fallback = null);
}

@tristanlins tristanlins removed their assignment May 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant