page::posts PHP 메소드

posts() 공개 정적인 메소드

public static posts ( )
    public static function posts()
    {
        return static::find(Config::meta('posts_page'));
    }