Page MenuHomec4science

PhamePostEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Thu, Oct 10, 05:45

PhamePostEditConduitAPIMethod.php

<?php
final class PhamePostEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'phame.post.edit';
}
public function newEditEngine() {
return new PhamePostEditEngine();
}
public function getMethodSummary() {
return pht('Create or edit blog posts in Phame.');
}
}

Event Timeline