Ojs\ApiBundle\Handler\JournalArticleAuthorHandler::post PHP Méthode

post() public méthode

Create a new ArticleAuthor.
public post ( array $parameters ) : ArticleAuthor
$parameters array
Résultat Ojs\JournalBundle\Entity\ArticleAuthor
    public function post(array $parameters)
    {
        $entity = $this->createArticleAuthor();
        return $this->processForm($entity, $parameters, 'POST');
    }