Phosphorum\Search\Indexer::createPostArray PHP Method

createPostArray() protected method

protected createPostArray ( Posts $post )
$post Phosphorum\Models\Posts
    protected function createPostArray(Posts $post)
    {
        return ['slug' => "discussion/{$post->id}/{$post->slug}", 'title' => $post->title, 'created' => $post->getHumanCreatedAt()];
    }