Interfaces
Feather
Feather
Describes the functions required by Feather implementations.
Summary
| Feather | Describes the functions required by Feather implementations. |
| Functions | |
| submit | Handles post submitting. |
| update | Handles updating a post. |
| title | Returns the appropriate source to be treated as a “title” of a post. If there is no immediate solution, you may use Post.title_from_excerpt. |
| excerpt | Returns the appropriate source, unmodified, to be used as an excerpt of a post. |
| feed_content | Returns the appropriate content for a feed. |
title
| public function title( | $post | ) |
Returns the appropriate source to be treated as a “title” of a post. If there is no immediate solution, you may use Post.title_from_excerpt.