open file and set pointer to end of file
@since 0.9
public function openForAppend() { $this->content ->seek(0, SEEK_END); $this->lastAccessed = time(); }