Pheasant\Mapper\AbstractMapper::insert PHP 메소드

insert() 보호된 메소드

protected insert ( $object )
    protected function insert($object)
    {
        throw new \BadMethodCallException(__FUNCTION__ . " not implemented");
    }