Definition:
function is_year() {}
Is the query for a specific year?
Source code
function is_year() {
return (bool) $this->is_year;
}
2231
Definition:
function is_year() {}
function is_year() {
return (bool) $this->is_year;
}
2231
No comments yet... Be the first to leave a reply!