1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/website/lib/model/doctrine/BlogPost.class.php
2007-09-06 17:20:49 +00:00

16 lines
264 B
PHP

<?php
/*
* Edit this file to customise your model class
*
* auto-generated by the sfDoctrine plugin
*/
class BlogPost extends BaseBlogPost
{
public function filterSetName($name)
{
$this->setSlug(Common::createSlug($name));
return $name;
}
}